home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 2_queries / links < prev    next >
Text File  |  2001-03-21  |  1KB  |  35 lines

  1. Synopsis:
  2.    links [[<server>] <glob>]
  3.  
  4. Description:
  5.    LINKS is used to display the servers currently connected to the irc
  6.    network.  More precisely, it returns a list of the name each server
  7.    calls itself.  For example, a Finnish server might present itself as
  8.    *.fi instead of its full server name (for a variety of reasons which
  9.    aren't really important here).
  10.  
  11.    If a server name is omitted, the client's current server is used.
  12.    If a glob pattern is omitted, all servers are listed.
  13.  
  14. Examples:
  15.    To list all servers in Australia:
  16.       /links *.au
  17.  
  18.    To query all hostmasked Australian servers for a server with a machine
  19.    name of "foobar":
  20.       /links *.au foobar.*
  21.  
  22. See Also:
  23.    load(5) tls
  24.  
  25. Other Notes:
  26.    Servers using "dog3/super" patched code may disallow use of the LINKS
  27.    command from time to time.  Such servers have a "high traffic mode",
  28.    in which certain commands are disabled to conserve server resources.
  29.    A 263 numeric will be returned if LINKS is unavailable.
  30.  
  31.    Some servers are now disallowing LINKS entirely, or limiting its use
  32.    to irc operators (sometimes local operators only), as it is easily
  33.    abused by "link lookers" and the like.
  34.  
  35.